home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
misc
/
felix
/
source
/
internalcatalog.cpp
< prev
next >
Wrap
Text File
|
1999-01-25
|
1KB
|
27 lines
//*************************************************************************//
// Filename: internalcatalog.cpp
// Autor: Christian Taulien of Strange Intelligence
// Purpose: internal catalog for FelixAPI
// Creation: 31. März 1998
//*************************************************************************//
unsigned char *glob_asInternCatalog[] =
{
"Felix.api",
"Felix.api - Info",
"\nFelix!\n\nThis API (GoldED-PlugIn) watches write accesses\nby other tasks to GoldED-opened files\nand provides functionality to display\na list of the currently opened textwindows.\n\n©1998 Christian <City> Taulien of Strange Intelligence\nA suggestion by Jens <Himpel> Gelhar\nDeveloped using StormC 3.0\n",
"Okay",
"\nThe file \n%s\n was changed out of GoldEd.\n\nDo you want to reload it into GoldED?\n",
"Felix.api - Notify",
" Yes | No ",
"Felix.api - WindowList",
"List of Windows:",
"_Okay",
"_Close",
"C_ancel",
"###",
"Error:",
"An undefined error occured!"
};